@import url("../../../../webfonts/Alegreya_Sans_500/stylesheet.css");

body{ background:url(../images/bg.png) top left repeat;}

.wrapper{
	max-width:1200px;
	margin:0 auto;
	padding:0px;
	min-width:320px;
	z-index:1;
	}
.header{
	width: 100%;
	display: block;
	background: url(../images/headbg.png) top left repeat;
	min-height: 20px;
	padding-top: 0px;
	}
.logo{
	padding:5px 10px;
	margin:0 auto;
	text-align:left;
	}

.buttoncolor{
	color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    width:11%;
	float:left;
	text-align:center;
	font-family: 'archivo_narrowregular';
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	margin:0px 9px;
}

.headertlt{ width:100%; padding:40px 0px 15px 0px; letter-spacing:-0.5px; font-size:22px; font-family: 'archivo_narrowregular'; color:#424242;}


.gry{background:#424242; color:#fff;}
.orange {background:#ff670f; color:#fff;}
.blue {background:#4A89DC; color:#fff;}
.green{background:#74a52e; color:#fff;}
.red{background:#DA4B38; color:#fff;}
.yellow{background:#F6BB42; color:#fff;}
.purple{background:#967ADC; color:#fff;}
.pink{background:#ee1289; color:#fff;}
.chocolate {background:#934915; color:#fff;}


.blue-grdt{
	background: #5999ee;
	background: -moz-linear-gradient(top,  #5999ee 0%, #4a89dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5999ee), color-stop(100%,#4a89dc));
	background: -webkit-linear-gradient(top,  #5999ee 0%,#4a89dc 100%);
	background: -o-linear-gradient(top,  #5999ee 0%,#4a89dc 100%);
	background: -ms-linear-gradient(top,  #5999ee 0%,#4a89dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc',GradientType=0 );
	color:#fff;}
	
.gry-grdt{
	background: #565656;
	background: -moz-linear-gradient(top,  #565656 0%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#424242));
	background: -webkit-linear-gradient(top,  #565656 0%,#424242 100%);
	background: -o-linear-gradient(top,  #565656 0%,#424242 100%);
	background: -ms-linear-gradient(top,  #565656 0%,#424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242',GradientType=0 );
	color:#fff;}
	
.green-grdt{
	background: #86ba3d;
	background: -moz-linear-gradient(top,  #86ba3d 0%, #74a52e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86ba3d), color-stop(100%,#74a52e));
	background: -webkit-linear-gradient(top,  #86ba3d 0%,#74a52e 100%);
	background: -o-linear-gradient(top,  #86ba3d 0%,#74a52e 100%);
	background: -ms-linear-gradient(top,  #86ba3d 0%,#74a52e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e',GradientType=0 );
	color:#fff;}	

.red-grdt{
	background: #f05c48;
	background: -moz-linear-gradient(top,  #f05c48 0%, #da4b38 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f05c48), color-stop(100%,#da4b38));
	background: -webkit-linear-gradient(top,  #f05c48 0%,#da4b38 100%);
	background: -o-linear-gradient(top,  #f05c48 0%,#da4b38 100%);
	background: -ms-linear-gradient(top,  #f05c48 0%,#da4b38 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38',GradientType=0 );
	color:#fff;}	
		
.orange-grdt{
	background: #fc7d33;
	background: -moz-linear-gradient(top,  #fc7d33 0%, #ff670f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7d33), color-stop(100%,#ff670f));
	background: -webkit-linear-gradient(top,  #fc7d33 0%,#ff670f 100%);
	background: -o-linear-gradient(top,  #fc7d33 0%,#ff670f 100%);
	background: -ms-linear-gradient(top,  #fc7d33 0%,#ff670f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f',GradientType=0 );
	color:#fff;}	

.yellow-grdt{
	background: #ffcd67;
	background: -moz-linear-gradient(top,  #ffcd67 0%, #f6bb42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcd67), color-stop(100%,#f6bb42));
	background: -webkit-linear-gradient(top,  #ffcd67 0%,#ff670f 100%);
	background: -o-linear-gradient(top,  #ffcd67 0%,#f6bb42 100%);
	background: -ms-linear-gradient(top,  #ffcd67 0%,#f6bb42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42',GradientType=0 );
	color:#fff;}	

.purple-grdt{
	background: #a98ded;
	background: -moz-linear-gradient(top,  #a98ded 0%, #967adc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a98ded), color-stop(100%,#967adc));
	background: -webkit-linear-gradient(top,  #a98ded 0%,#967adc 100%);
	background: -o-linear-gradient(top,  #a98ded 0%,#967adc 100%);
	background: -ms-linear-gradient(top,  #a98ded 0%,#967adc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc',GradientType=0 );
	color:#fff;}	
			
.pink-grdt{
	background: #fb3ea4;
	background: -moz-linear-gradient(top,  #fb3ea4 0%, #f21b8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3ea4), color-stop(100%,#f21b8f));
	background: -webkit-linear-gradient(top,  #fb3ea4 0%,#f21b8f 100%);
	background: -o-linear-gradient(top,  #fb3ea4 0%,#f21b8f 100%);
	background: -ms-linear-gradient(top,  #fb3ea4 0%,#f21b8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f',GradientType=0 );
	color:#fff;}	
			
	 









@media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper { width:96%; margin:0% 2%; }
.buttoncolor{ width:21% !important; margin:2% 2% !important; }
.headertlt{}

}


@media only screen and (min-width: 781px) and (max-width:1200px) {
.wrapper { width:96%; margin:0% 2%; }
.wsmenu-list li a .arrow:after{ display:none !important; }
.wsmenu{ font-size:14px !important; }
.megamenu ul li.title{ font-size:14px !important;}
.buttoncolor{ width:8.5% !important; margin:0% 2% !important; }

}





/* Custom CSS */
	/* (1) convert.css */
.blue_tab {
	color: #FFFFFF;
	background-image: url(images/main_tabs.gif);
	text-decoration: none;
}
.link_no_underline {
	color: #FFFFFF;
	text-decoration: none;
}
.piclens {
	background-image: url(images/Piclens_UPGRADE_but.gif);
	background-repeat: no-repeat;
}
.piclens:hover {
	background-image: url(images/Piclens_UPGRADE_but2.gif);
	background-repeat: no-repeat;
	color: #900;
	font-size: 12px;
}

.blue_tab:hover {
	color: #FFFFFF;
	background-image: url(images/main_tabs_hover.gif);
	text-decoration: none;
}
.black_tab:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/main_tabs%20-%20blackhover.gif);
}

.tr_NoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.NoRepeat {
	background-repeat: no-repeat;
}
.NoRepeatY {
	background-repeat: repeat-x;
}
.lineheight_21p {
	font-size: 12px;
	line-height: 18px;
}
.indent48 {
	text-indent: 48px;
	text-align: left;
}


.lineheight_24p {
	line-height: 16px;
	font-size: 12px;
	text-align: left;
}
.position {
	position: relative;
	width: 200;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
}
.TopAlign {
	position: relative;
	top: -380px;
}

.position2 {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	display: block;
	width: 350px;
	position: relative;
}
.align_left {
	text-align: left;
}
.padding {
	padding: 20px;
}
.sidepadding {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.sidepadding2 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.left_sidepadding_23 {
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.leftsidepadding18 {
	padding-left: 10px;
}


.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.black_tab {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/main_tabs%20-%20black.gif);
}
.white {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	background-color: #FFF;
	background-image: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* dc2.css */

.BorderCustom {
	border: 2px solid #A48528;
}
.RightBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: a48528;
	border-right-color: a48528;
	border-bottom-color: a48528;
	border-left-color: a48528;
}
.BorderPad {
	padding-top: 3px;
	padding-right: 8px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: a48528;
	font-family: Arial, Helvetica, sans-serif;
}
.bottomborder {
	border-bottom-width: 3px;
	border-bottom-color: #958735;
	border-bottom-style: solid;
}


.padding {
	padding-left: 8px;
	padding-top: 4px;
}
.padding15 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.padding15_BottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-style: none;
}
.padding15_TopBorder {
	border-bottom-color: #999999;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-style: none;
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 10px;
}

/* FONTS */
@font-face {
	font-family: 'Alegreya Sans 500';
	src: url('Alegreya Sans 500.ttf') format('truetype');
}div {
	vertical-align: top;
}
 
 /* End Custom CSS */
 
 /* Themeforest Fiora Theme CSS */
 
 /*  ################################################################

  File Name: style.css
  Template Name: Fiora
  Created By: Filiz OZER
  http://themeforest.net/user/jollythemes
  
  1) SKELETON
  2) HEADER
  3) SLIDER
  4) SECTIONS
  5) POST OPTIONS
  6) PORTFOLIO
  7) CSS3 ANIMATIONS


################################################################# */ 

/* ----------------------------------------------------
  SKELETON
------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,800,900);


body {
	font-family: 'Raleway', Arial, sans-serif;
	background: #fff;
	color: #F9F9F9;
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 18px;
}

/* Typography */

h1 {
    font-size: 48px;
    font-weight: 300;
} 

h2 {
    font-size: 36px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
}

h4-red {
    font-size: 18px;
	color:#900;
	margin-bottom:30px;
}


h5 {
    font-size: 14px;
}

p {
    color: #686868;
    line-height: 25px;
    font-size: 13px;
} 

li {
  font-size: 13px;
  line-height: 25px;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active,
.portfolio-filter li a:active,
.portfolio-filter li a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
a {
color:#cb875f;
text-decoration:none;
-webkit-transition:background-color .2s linear, color .2s linear;
-moz-transition:background-color .2s linear, color .2s linear;
-o-transition:background-color .2s linear, color .2s linear;
-ms-transition:background-color .2s linear, color .2s linear;
transition:background-color .2s linear, color .2s linear;
}

.navbar-header a:hover {
border-color:#a86846;
}

a:hover,a:focus {
text-decoration:none;
color:#494c50;
}

.alignleft {
float:left;
margin:20px 20px 20px 0;
}

.alignright {
float:right;
margin:20px 0 20px 20px;
}

.aligncenter {
margin-left:auto;
margin-right:auto;
display:block;
clear:both;
}

.drop-caps p:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  color: #434b55;
  padding: 4px;
  margin-right: 7px;
  margin-top: 5px;
  font-family: Georgia;
  display: block;
}  
    
.drop-caps.full p:first-child:first-letter {
  color: #fff;
  background: #434b55 !important;
  padding: 7px;
  margin-right: 7px;
}

.custom {
  background:#434b55;
  border-left: 0 none;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.4;
  padding: 2em;
  text-align: left;
}

.soundcloud {
border:1px solid #fff;
width:100%;
}

.vimeo {
width:695px;
height:391px;
border:1px solid #fff;
}

blockquote {
border-left:5px solid #f9f9f9;
font-size:15px;
line-height: 1.6;
font-style:italic;
font-weight:normal;
text-align:left;
margin:0 0 30px;
padding:10px 20px;
}

.first {
  clear:both
}

.last{
  margin-right:0
}

small, .small {
  font-size:100%;
}

/* ----------------------------------------------------
  HEADER
------------------------------------------------------- */
/*
.wrapper {
  padding:20px;
  background: #f5f5f5;
}
.header {
  background: #fff;
  padding: 40px 0;
  position: relative;
  z-index: 1112;
}
*/
body.onepage .header {
  position: absolute;
  top:0;
  background:rgba(255,255,255,0);
  background:transparent;
  left: 0;
  width: 100%;
}
body.onepage .wrapper {
  padding: 0;
}
body.onepage .menu-wrapper {
  background:rgba(255,255,255,0);
  background:transparent;
}
body.onepage .menu-wrapper.affix {
  background:rgba(255,255,255,0.8) !important;
}
.menu-wrapper {
  height: auto;
  position: relative;
  width: 100%;
  margin:0;
  background:rgba(255,255,255,0.8);
  -webkit-transition: background 0.1s linear, height 0.1s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: background 0.1s linear 0s, height 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, height 0.1s linear 0s;
  transition: background 0.1s linear 0s, height 0.1s linear 0s;
}
.dropdown-menu,
.menu-wrapper.affix  .dropdown-menu {
  margin-top:8px;
}
.menu-wrapper.affix {
  width:100%;
  -webkit-backface-visibility: hidden; 
-webkit-transform: translateZ(0);
  top:0;
  background:rgba(255,255,255,0.9);
  right:0;
  padding: 8px 0;
  margin-top:0;
  margin:0 !important;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.navbar,
.navbar-default {
  background: rgba(255, 255, 255, 0);
  margin:0;
  border-radius: 0;
  border:none;
  padding:0 30px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color:rgba(255,255,255,0.8);
  background: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a {
  color:rgb(64,67,71);
  background: rgba(255, 255, 255, 0);
}
.dropdown-menu {
  background: #434b55;
  box-shadow:none;
  padding:10px;
  border:0;
  border-color:#f3f3ef;
  border-radius:0 !important;
}
.dropdown-menu > li > a {
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 8px 20px 8px 10px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.navbar-nav {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  padding:15px 10px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: auto;
	text-align: center;
	margin: 8px 10px 6px 0px;
	text-transform: uppercase;
	color: rgb(64,67,71);
	line-height: 1;
	padding: 7px 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ----------------------------------------------------
  SLIDER STYLES
------------------------------------------------------- */

.slider-wrapper {
  background:#fff;
}
.tp-bannertimer {
  display: none !important;
}
.tparrows.preview4:after,
.tparrows.preview4 .tp-arr-titleholder {
  background:#434b55 !important;
}
.tp-caption.slider-title,
.slider-title{
	font-size: 24px;
	line-height: 84px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 0px;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(102,102,102);
	border-style: none
}
.tp-caption.slider-title-2,
.slider-title-2{
	font-size: 60px;
	line-height: 80px;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none
}
.tp-banner-container{
	width: 70;
	position: relative;
	padding: 0;
}
.tp-banner{
  width:100%;
  position:relative;
}
.tp-banner-fullscreen-container {
  width:100%;
  position:relative;
  padding:0;
}

/* ----------------------------------------------------
  SECTIONS
------------------------------------------------------- */

.pricing-box {
  cursor: pointer;
  background: #434b55;
  border: 1px solid #58606a;
  padding: 30px 30px 30px;
  -webkit-transition:background-color .2s linear, color .2s linear;
  -moz-transition:background-color .2s linear, color .2s linear;
  -o-transition:background-color .2s linear, color .2s linear;
  -ms-transition:background-color .2s linear, color .2s linear;
  transition:background-color .2s linear, color .2s linear;
}

.pricing-box:hover {
  background: #58606a;
  border: 1px solid #434b55;
}

.pricing-box.outline-outward:before {
  border-color:#434b55;
}

.pricing-details {
  list-style:none;
  padding:10px 0 ;
}

.pricing-heading h2 {
  color: #fff;
  font-size: 3.4em;
  padding-bottom: 0;
  font-weight: 500;
}

.pricing-heading h3 {
  color: #fff;
  font-size: 1.6em;
  padding-bottom: 0;
  text-transform: uppercase;
}

.pricing-details ul,
.pricing-details ul li {
  list-style: none;
  padding:0;
  margin:0;
  color:#fff;
}
.pricing-box .btn {
  border:1px solid #fff !important;
  color:#fff !important;
}
.pricing-box .button-wrapper {
  margin-top:0;
}

.pricing-details ul li {
    border-top: 1px solid #58606a;
    margin: 5px;
    padding: 7px;
}

.pricing-box:hover .pricing-details ul li {
  border-top: 1px solid #434b55;
}

.pricing-box:hover .pricing-details ul li:first-child,
.pricing-details ul li:first-child {
  border-top:0;
}
.pricing-container,
.callussection {
  text-align: center;
  color:#fff;
  z-index: 100;
  position: relative;
}

.callussection h1 {
  font-size: 3em !important;
  font-weight: 300 !important;
  letter-spacing: 0.1em !important;
  text-transform: inherit;
}

.callussection .button-wrapper  {
  margin-top:-5px;
}
.callussection .button-wrapper .btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	font-family: Raleway, Arial, sans-serif;
}

.section-parallax .lead a:hover {
  color:#fff !important;
}
.parallax-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(67,75,85,0.9);
  z-index: 12;
}

.teambox img {
  width: 100%;
}
.sexy-bg {
    background: url(images/sexy-bg.png) no-repeat right bottom #fff !important;
}
#callus {
  background-image:url(demos/parallax_01.jpg);
}

#pricing {
  background-image:url(demos/slider_02.jpg);
}

.section-parallax .btn {
  color:#fff;
  border-radius: 0;
  font-size:13px;
  padding:7px 30px;
  border:2px solid #fff;
  background: transparent;
}
.section-parallax {
  padding:80px 0px;
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: middle;
  z-index: 12;
  color: #fff;
}

.section-parallax-v2 {
  display:block;
/*  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat; */
  padding:15px;
  font-family:"Alegreya Sans 500";
  font-size:13px;
  max-width:800px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
/*  vertical-align: top; */
  z-index: 12;
  
}

.section-parallax-v3 {
  display:block;
/*  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat; */
 
  font-family:"Alegreya Sans 500";
  font-size:13px;
  position: relative;
  min-height: 250px;
  max-width:800px;
  margin: 0 auto;
  overflow-x: visible;
  overflow-y: visible;
/*  vertical-align: top; */
  z-index: 12;
}


.section-parallax-v4 {
  display:block;
/*  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat; */
  text-align:left;
  padding:15px;
  font-family:"Alegreya Sans 500";
  font-size:13px;
  width:1200px;
  max-width:90%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
/*  vertical-align: top; */
  z-index: 12;
  
}
.white-wrapper {
  position: relative;
  display: block;
  z-index:1;
  padding:20px 0;
  margin: 0 auto;
  background-color:#ECECDF;
}

.buttons small,
.buttons h3,
.section-sub-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
  margin-top: 30px;
  text-transform: uppercase;
}
.section-sub-title2 {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 30px;
  text-transform: uppercase;
}
.section-parallax {
  color:#fff;
}
.message-welcome {
  z-index: 11;
  position: relative;
}
.title {
	margin-bottom: 15px;
	text-align: center;
}
.section-parallax h1,
.title h3 {
	font-size: 18px;
	letter-spacing: 0.4em;
	font-weight: 400;

}
.widget .lead {
  margin-top:0;
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:#a6a7a8;
  line-height: 1.6;
  font-weight: 300;
}
.section-parallax p,
.title .lead {
  margin-top:15px;
  font-size:16px;
  letter-spacing: 0.1em;
  color:#a6a7a8;
  line-height: 1.6;
  font-weight: 300;
}
.nopadding {
  padding-bottom: 0
}
.neverpadding {
  padding:0;
}
.borderleft {
  border-left: 1px solid #a6a7a8;
}
.borderright {
  border-right: 1px solid #a6a7a8;
}
.border-bottom  {
  border-bottom: 1px solid #f2f2f2;
}
.border-top  {
  border-top: 1px solid #f2f2f2;
}

/* ----------------------------------------------------
  POST OPTIONS
------------------------------------------------------- */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cb875f;
}
.loader1 {
  width: 100px !important;
}
body.onepage .blog-wrapper img {
  width: 100%;
}
.btn-primary {
    background-color: #cb875f;
    border-color: #cb875f;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #494c50;
  border-color: #494c50;
}
.btn {
  font-size:13px;
  border-radius: 0;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #494c50;
    border-radius: 0;
    color: #494c50;
    display: inline-block;
    font-size: 21px;
    padding: 8px 5px;
}
.pager li > a:hover, .pager li > span:hover {
    color: #494c50;
    background:#fff;
    border: 1px solid #494c50;
}

.media-list .media-object {
    width:75px;
    margin-right:15px;
}
.media-heading {
    font-size: 15px !important;
    font-style: italic;
    margin: 10px 0;
    text-align: left;
    text-transform: none !important;
}
.media-heading .pull-right {
    font-size:13px;
}
.media-list {
    margin-top:60px;
}
.media, .media .media {
    margin-top: 60px;
}

.single-post .section-sub-title  {
  margin-bottom:15px;
  font-size:21px;
  font-weight: 600;
}

.social a {
  color:#9f9f9f;
}
.social p {
    text-transform: uppercase;
    padding:0;
    margin:0;
}
.post-share {
    margin: 30px 0; 
}
#map {
  height:450px;
  width:100%
}
#map img{
  max-width:inherit
}
.map{
  position:relative
}
.map .row .col-lg-4{
  float:right;
  margin-top:-450px;
  z-index:9
}
.contact-icon {
  margin:20px 0;
  overflow:hidden;
}
.map .row{
  position:relative
}
.infobox img {
  width:100% !important;
}
.map .searchmodule {
  padding:18px 10px
}
.infobox {
  display: inline-block;
  padding: 5px;
  position: relative;
  width: 270px;
}
.infobox img {
  width:80px !important;
  padding-right:10px
}
.infobox .title {
  font-size:13px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
  text-transform:uppercase;
  padding-bottom:5px;
}
.infobox .title a {
  font-weight:bold;
}

.blog-wrapper .section-sub-title {
  margin-bottom:10px;
}

.post-meta {
  padding-top:5px;
}

.blog-wrapper h3 a  {
  color:rgb(64, 67, 71);
}

#sidebar a,
.post-meta span a {
  color:#9f9f9f;
}
.post-meta span {
  display: inline-block;
  margin-bottom: 10px;
  font-size:12px !important;
  margin-right: 10px;
  text-align: left;
}
.form-control {
  font-size:12px;
  background-color: #fff;
  border:1px solid rgb(64, 67, 71);
  border-radius: 0;
}

.form-control:focus {
  border-color: #cb875f;
  box-shadow:none;
}
.contact-widget .button-wrapper {
  margin:10px 0;
}

label {
  font-weight: 300;
  margin:10px 0;
}
.sitemap ul,
.check ul {
    margin: 0;
    padding:5px;
}
.details ul {
    margin:20px 0;
    padding:5px;
}
.sitemap ul li,
.check ul li,
.details ul li {
    list-style: none;
    margin-bottom:0 !important;
}

.check li:before,
.details li:before {
    content:"\ea6e";
    font-family:"jollyicons";
    font-size:16px;
    left:0;
    color:#343434;
    padding-right:10px;
    position:relative;
    top:2px;
}

#sidebar .section-sub-title {
  margin-top:0;
}
#sidebar .widget {
  margin-bottom:30px;
}

#sidebar .button-wrapper {
  margin-top:10px;
}

#sidebar .button-wrapper .btn {
  font-size: 13px;
  height: auto;
  margin: 0 10px 6px 0;
  padding: 8px 13px;
}
.tags a {
  color:#9f9f9f;
  /* border: 0px solid #999; */
  display: inline-block;
  margin: 0 3px 4px 0;
  font-size:9px;
  padding: 2px 6px;
}

.nav-tabs {
  border-bottom:0 none;
  padding:0;
}

.nav-tabs > li > a {
  border-radius:0;
  color:#343434;
}

.tab-content {
  border:1px solid #DDD;
  padding:20px;
}

.panel-title {
  font-size:14px;
  font-weight:400!important;
  line-height:30px;
  margin:0!important;
  padding:0!important;
}

.panel-default > .panel-heading:hover,.panel-default > .panel-heading:focus,.panel-default > .panel-heading {
  background-color:#fff;
}

.panel-default > .panel-heading h4 a {
  color:#000!important;
  text-decoration:none;
}

.skill_count {
  color:#222;
  font-size:14px;
  font-weight:bold;
  position:absolute;
  right:4%;
  top:0;
}

.skills_bar {
  position:relative;
  overflow:hidden;
  }

.skills_bar small {
  color: #111;
  display: block;
  font-size: 12px !important;
  font-weight: 300;
  left: 0;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
}

.progress {
  background:#f2f2f2!important;
  position:relative;
  box-shadow:none;
  border-radius:5px!important;
  line-height:40px;
  height:20px;
  margin:4px 0;
}

.progress-bar {
  background-color:#434b55;
  border-radius:5px 0 0 5px!important;
}

/* ----------------------------------------------------
  PORTFOLIO
------------------------------------------------------- */

.single-portfolio .title {
  text-align: left !important;
  margin-bottom:0;
  padding: 0;
}

.portfolio-media img {
  width:100%;
}
#boxed-portfolio .item {
  margin: 0 2px 4px;
  padding:0;
}
#boxed-portfolio .item img {
  height: auto !important;
  height: 100% !important;
  width: 100%;
  position: relative;
  z-index: -2;
}
#boxed-portfolio {
  display: block !important;
  overflow: visible !important;
  position: relative;
  z-index: 10;
}
.button-wrapper {
  margin-top:30px;
}
.button-wrapper .btn {
  border: 1px solid rgb(64, 67, 71);
  color: rgb(64, 67, 71);
  float: none;
  font-size: 13px;
  height: auto;
  letter-spacing: 2px;
  line-height: 1;
  margin: 8px 10px 6px 0;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
}

.button-wrapper .btn:hover {
  border-color: #cb875f;
}
.masonry_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.masonry_wrapper .item {
  float: left;
  padding: 0;
  position: relative;
}

.masonry_wrapper .box {
  padding:20px;
}
.masonry_wrapper .item img {
  width: 100%;
}
.masonry_wrapper .item a, .masonry_wrapper .item a img {
  position: relative;
  overflow: hidden;
  display: block;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.portfolio-filter ul {
  list-style:none; 
  padding-left:0
}   
.portfolio-filter {
  overflow:hidden;
  margin: 0 0 40px;
}
.portfolio-filter li {
  display: inline;
  margin: 0 15px;
  padding: 0;
}
.portfolio-filter li a {
  color:#494c50;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.buttons a.portfoliobuttons {
    display: inline-table !important;
    margin: 5px 3px 0 !important;
    overflow: hidden !important;
    padding: 8px !important;
    position: relative !important;
    border:1px solid #fff;
}
/* ----------------------------------------------------
  FOOTER
------------------------------------------------------- */

.copyrights .list-inline > li a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  color: #a6a7a8 !important;
}
.footer {
  background: #4e5660;
  color: #a6a7a8;
  padding-bottom: 60px;
  padding-top: 75px;
}
.footer .title h3,
.footer .widget h3{
	margin: 10px 0;
	color: #fff;
	font-family: inherit;
}
.copyrights {
  background: #434b55;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  display: block;
}
.copymessage  p,
.copymessage  a{
  text-transform: uppercase;
  font-size:14px !important;
  font-weight: 400 !important;
  color:#fff;
  padding-top:8px;
  letter-spacing: 0.6px;
}
.hbottom {
  position: absolute;
  width: 100%;
  z-index:9999;
  left: 0;
  background-color:#fff; 
  bottom: 0;
}

/* ----------------------------------------------------
  ELEMENTS
------------------------------------------------------- */
.about-image img {
  margin:40px auto 0;
  width: 100%;
}
.aboutimg img {
  width:100%;
  margin:0 auto;
}
.about-us img {
  width:100%;
}
.service-box {
  margin-top:40px;
  cursor: pointer;
  color:#fff;
}
.service-box h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}
.service-box:hover .icon-container {
  color:#cb875f;
}
.service-box .icon-container{
  color:#fff;
  width: 80px;
  display: block;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size:34px;
  margin: auto;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -13px;
}
.tooltip-inner {
  max-width: 100%;
  padding: 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  color:rgb(64,67,71);
  text-align: left;
  text-decoration: none;
  background:rgb(255,255,255);
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgb(255,255,255);
}

.white-wrapper .icon-container,
.white-wrapper .service-box h3  {
  color:#434b55;
}

.teambox .tooltip-inner p,
.white-wrapper .tooltip-inner {
  background:#434b55;
  color:#fff !important;
}
.white-wrapper .tooltip.top .tooltip-arrow {
  border-top-color:#434b55;
} 
.service-widget {
  padding: 30px;
}
.teambox .tooltip-inner p {
  text-transform: none;
  text-align: center;
  line-height: 1.6;
}

.teambox {
  cursor:pointer;
  text-align: center;
}
.teambox img {
  width: 100%;
}
.teambox h3 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.teambox h3 small {
    display: block;
    margin-top:10px;
}



/* ----------------------------------------------------
  CSS3 ANIMATIONS
------------------------------------------------------- */

/* Hover Shadow */
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow:hover:before, .hover-shadow:focus:before, .hover-shadow:active:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position:fixed;
  display: table;
  width: 100%;
  top:0;
  height: 100%;
  min-height: 100%;
  z-index:9999;
}
.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align:center;
  text-transform: uppercase;
}
.loader-back-logo {
  margin-top:-10px;
  font-size:18px;
}
.loader {
  margin-top:10px;
  margin-left: 0px
}
.loader-back-text {
  z-index:-1;
  color: #e9e9e9;
  position: absolute;
  text-transform: uppercase;
  top:41%;
  font-weight: 300;
  text-transform: uppercase;
  left:44%;
  font-size: 3.2em;
}
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pricing-box.outline-outward {
  display: block;
}

.outline-outward:before {
  content: '';
  position: absolute;
  border: #fff solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}
.social-icon {
  padding:15px 5px !important; 
}
.magnifier .buttons {
  visibility:hidden;
  position:absolute;
  cursor: pointer;
  width:100%;
  top:50%;
  margin-top:-20px;
  opacity:0;
  -webkit-transform:scale(0.2);
  -moz-transform:scale(0.2);
  -ms-transform:scale(0.2);
  -o-transform:scale(0.2);
  transform:scale(0.2);
  -webkit-transition:all .3s ease 0;
  -moz-transition:all .3s ease 0;
  -ms-transition:all .3s ease 0;
  -o-transition:all .3s ease 0;
  transition:all .3s ease 0;
}
.magnifier .buttons a {
  color:#fff;
  font-size:14px;
}
.buttons small,
.buttons h3 {
  padding:0;
  margin:0;
  color:#fff;
  display: block;
}
.buttons small {
  color:#a1a4a8;
  font-size:12px;
}
.buttons h3 {
  margin:14px 10px 7px;
  font-size:15px;
}
.magnifier .buttons a:hover {
  color:#fff;
}
.magnifier:hover .authordate,.magnifier:hover .hoverbutton,.magnifier:hover .buttons {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.entry:hover .magnifier {
  opacity:1;
  visibility:visible;
}
.entry {
	display: block;
	overflow: hidden;
	position: relative;
}
.magnifier {
  position:absolute;
  background-color: rgba(67,75,85,0.8);
  text-align:center;
  top:15px;
  left:15px;
  z-index:998;
  bottom:15px;
  right:15px;
  opacity:0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.entry img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.entry:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transform: rotate(-10deg) scale(1.4);
  -moz-transform: rotate(-10deg) scale(1.4);
  -ms-transform: rotate(-10deg) scale(1.4);
  -o-transform: rotate(-10deg) scale(1.4);
  transform: rotate(-10deg) scale(1.4);
}
#single-header a:hover {
  color:#fff;
}
#single-header {
  background: #434b55;
  color: #fff;
  display: block;
  padding: 40px 0 30px;
  text-align: center;
  position: relative;
  width: 100%;
}
.bigtitle h2 {
  color:#fff;
  font-size: 40px;
  margin: 5px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.single-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4em;
}
#single-header p {
  color: #a6a7a8;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}

.breadcrumb-container {
  text-align:right;
  padding-right:20px;
}
.breadcrumb {
  text-transform: uppercase;
  text-align: center;
  background-color:rgba(0,0,0,0);
  border-left:0 solid #B54321;
  border-radius:0;
  color:#a6a7a8;
  list-style:none outside none;
  margin-top:15px;
  padding:0;
}
.breadcrumb > .active {
  color:#a6a7a8;
  font-size:11px;
}
.breadcrumb a {
  color:#a6a7a8;
  font-weight:300;
  font-size:11px;
}
.breadcrumb > li + li:before {
  font-size:11px;
  padding:0 3px;
}


/* ----------------------------------------------------
  RESPONSIVE
------------------------------------------------------- */

@media screen and (max-width: 768px) {
body.onepage .header {
  top:0;
  padding:10px 0;
  background:rgb(255,255,255) !important;
}
/* .wrapper {
  padding:0;
}

*/
.menu-wrapper {
  background:rgb(255,255,255) !important;
}
.dropdown-menu {
  padding:4px !important;
}
.social-icon {
  display: none !important
}
.navbar-default .navbar-nav > li > a {
    padding: 7px 10px;
}
}

.blog-list img {
  width: 100%;
}

.section-sub-title a,
.blog-list h3 a {
  color:#494c50;
}

.readmore {
  font-style: italic
}

.blog-list {
  margin-bottom:50px;
}

.pricewrap,
.wishlistwrap {
  font-family: arial;
  color:#999;
}

.price-old {
    font-size: 11px;
    font-weight: 300;
    text-decoration: line-through;
}
.shop-rating {
display:inline;
cursor:pointer;
margin-right:20px;
}

.shop-rating i {
color:#121212;
}


.shop-rating i:hover {
color:#cb875f;
}

.table img {
    display: table;
    float: right;
    width: 80px !important;
}
.box2 {
    border: 1px solid #ededed;
    padding: 20px;
}

.checkout-post h3,
.checkout-post h2 {
    color: #121212;
    display: block;
    font-size:21px !important;
    line-height: 125%;
    margin: 15px 0;
    overflow: hidden;
    text-align: left;
}

#payment label, .table a {
    color: #999 !important;
    display: block;
    font-family: Athelas !important;
    font-size: 15px;
    font-style: italic;
    padding: 20px;
}
.well {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px 20px;
}

.payment_methods {
  padding:20px 0;
}
.payment_methods li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    list-style: outside none none !important;
    padding: 0.5em 0;
}
.imgblock {
	white-space:normal;
    max-width: 100%;
    /* margin: 10px auto; */
}
.imgcontents {
    width: 30%;
    display: inline-block;
    
    vertical-align: middle;
}

.textcontents {
    
	width: 60%;
    display:inline;
    text-align: left;
    vertical-align: top;
}
.imgblock img {
    max-width:auto;
	height:auto;
}



#element_to_pop_up {display:none;}
#element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

/* End Fiora CSS */


/* Start Custom CSS */

.float{
	float: left;
	padding: 10px;
	border:1px solid #CCC;
	margin: 10px;
	max-width:90%;
	border-radius:10px;
}

.float td{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-align:left;
	padding-left:2px;
}

.clearboth{
	clear:both;
}

.max-width-90pct{
	float:left;
	padding: 8px;
	
	margin-top: 25px;
	border:1px solid #CCC;
	max-width:90%;
}



/* Custom CSS */
<style type="text/css">
<!-- Layout Styles-->
td img {display: block;}
#Layer2 {
	position:absolute;
	width:302px;
	height:500;
	z-index:1;
	left: 254px;
	top: 148px;
	overflow: scroll;
}
#Layer3 {
	position:absolute;
	width:314px;
	height:950px;
	z-index:2;
	left: 258px;
	top: 152px;
	overflow: scroll;
}
#Layer1 {
	position:absolute;
	width:148px;
	height:33px;
	z-index:1;
	left: 752px;
	top: 51px;
}
.textwrap {
	height:200px;
	float:left;
	margin: 10px;
}


<!-- Various font styles -->
    

.style46 {font-family: Arial}
.style48 {	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.style50 {	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
}
.style54 {	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000066;
}
.style57 {font-size: 12px; color: #FF0000; }
.style61 {	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style62 {color: #000099; font-size: 14px;}
.style66 {	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.style69 {font-family: Arial; font-weight: bold; color: #FFFFFF; }
.style75 {font-family: Arial; font-size: 14px; }
.style77 {	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.style79 {font-family: Arial; color: #000000; }

.style81 {font-family: Arial; color: #0000FF; }
.style82 {color: #000000}
.style83 {color: #000099; font-size: 14px; font-family: Arial; }
.style128 {font-size: 14}
.style150 {font-size: 14px}
.style155 {font-family: Arial; font-size: 14px; color: #FF0000; }

.style158 {
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	color: #990000;
}
.style160 {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #0000FF;
}
.style162 {font-family: Arial; font-size: 14px; color: #FFFFFF; }
.style163 {font-size: 12px; color: #FF0000; }
.style163 {font-size: 12px; color: #FF0000; }
.style164 {font-size: 12px; color: #FF0000; }
.style164 {font-size: 12px; color: #FF0000; }
.style165 {color: #000099; font-size: 14px; font-style: italic; }
.style166 {font-family: Arial; font-size: 14px; color: #000000; }
.style167 {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #CC3300;
}
.style169 {font-family: Arial; font-size: 14px; color: #0000CC; font-weight: bold; }
.style171 {font-family: Arial; font-size: 12px; font-style: italic; color: #CC3300; }
.style172 {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
}
.style173 {color: #660066}
.style175 {font-size: 16px}

.style34 {	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style35 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style45 {
	color: #FF0000;
	font-weight: bold;
}

#highlight {
	background-color: #333;
	color: #FFF;
	font-family: "Alegreya Sans 500";
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle;
	font-style: normal;
}
</style>








 
